*Plot()
Creates an instance of a plot from the plot definition.
Syntax
*Plot(plot_name, "plot_label", plot_def)
Application
HyperGraph
Inputs
- plot_name
- The variable name of the plot.
- "plot_label"
- The descriptive label of the plot.
- plot_def
- The plot definition to be used.
Example
*DefinePage(page_def_1, plt_name)
    *Layout(1)
    *Title("Untitled", Off)
    *Plot("PLOT", plt_def_1, plt_name)
    *Plot("PLOT", plt_def_2, plt_name)
*EndDefine()Context
*DefinePage()
Comments
All arguments after the third argument are user-defined.